Gets the checkpoint for an executing job instance.
HRESULT GetJobCheckpoint(BSTR instanceOID, [out,retval] BSTR* checkpoint);
GetJobCheckpoint(String instanceOID, [out,retval] BSTR checkpoint);
Sub GetJobCheckpoint(instanceOID As String, checkpoint As [out,retval] BSTR)
Parameters |
Description |
[in] BSTR instanceOID |
The instance ID of the executing instance. Set to the value of the ADJobInstance environment variable. |
[out,retval] BSTR* checkpoint |
The current value of the application-defined checkpoint. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|